EMT Practice Test

1. Question Content...


Question List

Question1: What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?

Question2: Salesforce B2B Commerce natively provides a robots.txt file, however, a customer can also create its own version.Which three scenarios are valid reasons for customer to create their own robots.txt file? (3 answers)

Question3: A configuration value, CO.NewOrder, is set to TRUE. What is one way of
preventing an existing payment page from being shown on the checkout payment page?

Question4: Which format is the custom Salesforce field with the API name
"My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?

Question5: Where is the API-based record creation generally handled in Salesforce B2B Commerce?

Question6: What is default behavior for how the Salesforce B2B Commerce Global APIs transform Salesforce data?

Question7: A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?

Question8: What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?

Question9: Where are handlebar Templates defined in the Cloudcraze managed package?

Question10: How are variables bound when services use the ccSercviceDao class to execute queries?

Question11: Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package?
(3 answers)

Question12: Although Salesforce B2B Commerce and Salesforce recommend against using
"without sharing classes" whenever possible, sometimes it is unavoidable. Which three items will open up a major security hole? (3 answers)

Question13: Which two aspects are applicable to Page Includes? (2 answers)

Question14: A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)

Question15: How is a price group dynamically set?

Question16: Which handlebars helper expression is used in Salesforce B2B Commerce pages and components to toggle the display of a block of markup?

Question17: What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?

Question18: Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

Question19: Which two Salesforce B2B Commerce visualforce pages must be enabled at a Salesforce Community level to make the out of the box SEO functionality available? (2 answers)

Question20: What is the difference between Gross Layout Overrides and Subscriber Templates?

Question21: A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?

Question22: Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)

Question23: In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

Question24: What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?

Question25: Which method needs to be implemented when rendering a Salesforce B2B
Commerce view in order to have it called after rendering has finished?

Question26: What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)

Question27: The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found for that key?

Question28: Which three attributes are true regarding Subscriber pages? (3 answers)